home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / security.zip / SECURITY.DOC < prev    next >
Text File  |  1993-01-04  |  843b  |  38 lines

  1.  
  2. Program Documntation - Security -
  3. Written by David Eisner
  4.  
  5.  Files:
  6.         SECURITY.DOC - this file
  7.         SECURITY.PWD - user data file
  8.         SECURITY.COM - security
  9.         SECURITY.PAS - security source code
  10.  
  11.  The .PWD file must be configured to your needs
  12.   this file sould have three lines...ONLY
  13.  
  14.   line 1. > system identifier  currently John Doe
  15.   line 2. > user  currently john
  16.   line 3. > password  currently password
  17.  
  18.  Security.Com can be called from your autoexec.bat file
  19.  
  20.  sample:
  21.  
  22.     break off
  23.     echo off
  24.     security
  25.     break on
  26.  
  27.  This program lends itself to many modifiactions and improvements
  28.  and is intended as a demonstration. It will trap the casual passerby
  29.  or nosey stranger, but as written, can be relatively easily circumvented
  30.  by an experienced user.
  31.  
  32.  Enjoy !
  33.  
  34.  
  35.  
  36.  
  37.  
  38.